Version

GetCollectionCount Method (ComboEditorBaseProxy<T,TControl>)

Returns the count of items in the input collection
Syntax
'Declaration
 
Protected Function GetCollectionCount( _
   ByVal oItemCollection As System.Object _
) As System.Integer
protected System.int GetCollectionCount( 
   System.object oItemCollection
)
protected: System.int GetCollectionCount( 
   System.Object* oItemCollection
) 

Parameters

oItemCollection
The input collection

Return Value

Returns the count of items in the input collection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also